Skip to content

Allow repo's to set DefaultPathTokenToIgnore property#5075

Merged
shahabhijeet merged 1 commit intoAzure:LTSBuildToolsfrom
weshaggard:AllowCustomDefaultPathTokenIgnore
Dec 11, 2018
Merged

Allow repo's to set DefaultPathTokenToIgnore property#5075
shahabhijeet merged 1 commit intoAzure:LTSBuildToolsfrom
weshaggard:AllowCustomDefaultPathTokenIgnore

Conversation

@weshaggard
Copy link
Copy Markdown
Member

This allows repos to set the set of path tokens to ignore
in their repo's directory.build.props file and we pick it up.
<AssemblyOriginatorKeyFile>$(LibraryToolsFolder)\MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
<NoWarn>1591;1701;1573;CS1591</NoWarn>
<DefaultPathTokenToIgnore>$(IgnorePathTokens) Microsoft.Azure.KeyVault.Samples</DefaultPathTokenToIgnore>
<DefaultPathTokenToIgnore>$(DefaultPathTokenToIgnore) $(IgnorePathTokens)</DefaultPathTokenToIgnore>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shahabhijeet I removed Microsoft.Azure.KeyVault.Samples from this list because I believe you told me it is no longer needed if that isn't the case or I misunderstood I can keep it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants